CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - OpenCV 摄像机标定

搜索资源列表

  1. calibration

    0下载:
  2. 标定程序,opencv自带的示例程序。读者可以直接使用Opencv自带的摄像机标定示例程序,该程序位于 “\OpenCV\samples\c目录下的calibration.cpp”,程序的输入支持直接从USB摄像机读取图片标定,或者读取avi文件或者已经存放于电脑上图片进行标定。-Calibration procedures, opencv comes with sample programs. Readers can Opencv use camera calibration sample p
  3. 所属分类:OpenCV

    • 发布日期:2017-11-15
    • 文件大小:1371258
    • 提供者:夏小满
  1. vertical-chessboard-calibration

    0下载:
  2. 此程序是基于OPENCV的进行摄像机标定的源代码。标靶是两个棋盘格垂直放置并拍摄。仅使用单张图像即可利用张正友方法完成内外参数标定。-This program is based on opencv the direction of the source code. The target is two checkerboard vertically placed and then photographed.Use only a single image whit Zhang Zhengyou me
  3. 所属分类:Special Effects

    • 发布日期:2017-06-02
    • 文件大小:14391474
    • 提供者:yl.wang
  1. birdeye

    1下载:
  2. 本程序得先通过摄像机标定,获取内参矩阵和畸变系数矩阵,然后根据learning opencv 中的方法进行鸟瞰变换。其中有可执行的程序,和源代码。-This procedure was first through the camera calibration, access to internal reference matrix and the distortion coefficient matrix, and then according to the method of learning
  3. 所属分类:OpenCV

    • 发布日期:2016-01-02
    • 文件大小:19050496
    • 提供者:zyr
  1. cvCalibaa

    0下载:
  2. 三维视觉(双目视觉,定标,三维重建等)下的基于opencv的摄像机标定源代码- Opencv camera calibration based on a three-dimensional visual source code (binocular vision, calibration, 3D reconstruction, etc.) under
  3. 所属分类:Special Effects

    • 发布日期:2017-05-20
    • 文件大小:6031316
    • 提供者:wangzhigang
  1. zhangzhengyoucalibrate

    0下载:
  2. 张正友的摄像机标定源代码,基于vc++和opencv的结合-Zhang Zhengyou camera calibration source code, based on a combination of vc++ and opencv
  3. 所属分类:.net

    • 发布日期:2017-04-14
    • 文件大小:3496
    • 提供者:卢宁儿
  1. calib2

    0下载:
  2. 一段实时从摄像头获取棋盘图像的opencv程序,完成摄像机标定的同时返回实时校正后的图像,实现效果很不错,使用时需要自己打印一份棋盘图,希望对大家有帮助。-Real-time access to the board for some images from the camera opencv program, completed at the same time return the camera calibration corrected images in real time, to ach
  3. 所属分类:OpenCV

    • 发布日期:2017-05-31
    • 文件大小:12810000
    • 提供者:小小
  1. EllipseDetection

    0下载:
  2. 基于椭圆c + +类的精确提取OPENCV,它们是成对使用的,摄像机标定需要OpenCV库已经被放置在程序文件夹里面,你可能需要适当的配置。-Opencv based on the accurate extraction of an ellipse C++ class, they are used in pairs, camera calibration needed Opencv library has been placed inside the program folder, you ma
  3. 所属分类:Special Effects

    • 发布日期:2017-06-14
    • 文件大小:21884970
    • 提供者:于福翔
  1. ch11_ex11_1

    0下载:
  2. 完成单孔摄像机标定,是Opencv第十一章中例11-1源码,并在其基础上进行注释-Hole camera calibration is completed, is the eleventh chapter Example 11-1 Opencv source, and on its basis a comment
  3. 所属分类:OpenCV

    • 发布日期:2017-04-14
    • 文件大小:3349
    • 提供者:李文澜
  1. Camera-calibration-method

    0下载:
  2. 基于OpenCV的视觉测量技术中摄像机标定方法详解-Visual measuring technique of camera calibration method based on OpenCV explanation
  3. 所属分类:OpenCV

    • 发布日期:2017-04-26
    • 文件大小:403726
    • 提供者:凌云草23
  1. OpenCVcamclabiration

    0下载:
  2. 基于Opencv的摄像机标定,其中主要是张正友标定算法的分析,代码可以运行成功,但是需要配置opencv -Opencv based camera calibration, which is to analyze Zhang Zhengyou calibration algorithm, the code can be run successfully, but you need to configure opencv
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-06-11
    • 文件大小:18495346
    • 提供者:杨帆
  1. video-locate

    0下载:
  2. opencv中关于摄像机标定的一些资料以及使用。-opencv some information regarding the camera calibration and use.
  3. 所属分类:IT Hero

    • 发布日期:2017-04-03
    • 文件大小:235408
    • 提供者:何霖
  1. Camera-calibration

    0下载:
  2. 可以直接使用Opencv自带的摄像机标定示例程序,该程序位于 “\OpenCV\samples\c目录下的calibration.cpp”,程序的输入支持直接从USB摄像机读取图片标定,或者读取avi文件或者已经存放于电脑上图片进行标定。-Can directly use Opencv s own camera calibration sample program, the program is located in the directory \ Opencv \ samples \ c c
  3. 所属分类:Linux Network

    • 发布日期:2017-06-13
    • 文件大小:20373098
    • 提供者:jack
  1. opencalibration

    0下载:
  2. 该程序为单目摄像机标定程序,是应用c++编程语言,在visual studio2010环境下基于opencv 编写的标定程序,该程序可以应用于计算机视觉,可以获取摄像机的内外参数,也可以用于双目标定,作为双目标定的重要的一步。-The program can obtain the camera s internal and external parameters, and it also can be used for binocular calibration, as an importan
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-27
    • 文件大小:9435964
    • 提供者:殷殷
  1. StereoVision

    1下载:
  2. 双目摄像机标定程序,vs+opencv,配置好环境后可直接运行。-Binocular camera calibration program, vs+ opencv, after configuration,which can be run directly.
  3. 所属分类:OpenCV

    • 发布日期:2017-05-09
    • 文件大小:1543900
    • 提供者:Will
  1. camcalib

    0下载:
  2. 单目摄像机拍照然后进行单目摄像机标定,与learning opencv中的例程不一样 不需要发送命令行-camera calibration
  3. 所属分类:OpenCV

    • 发布日期:2017-06-09
    • 文件大小:16336698
    • 提供者:He Hai yu
  1. shexiangji-biaoding-opencv

    0下载:
  2. 用opencv标定双目摄像机标序源代码(张正友标定法)-Binocular cameras calibration source code for opencv (the calibration method of zhengyou zhang)
  3. 所属分类:OpenCV

    • 发布日期:2017-04-13
    • 文件大小:1718
    • 提供者:zkp
  1. opencv_calibration

    0下载:
  2. 基于opencv的摄像机标定和校正,可以运行。-Calibration and correction based opencv camera.
  3. 所属分类:OpenCV

    • 发布日期:2017-04-14
    • 文件大小:3117
    • 提供者:莱克
  1. OpenCV_biaodinghanshuxiangjie

    0下载:
  2. 《OpenCV中标定函数的源码详解和改进.pdf》,一篇关于opencv标定摄像机所用函数的说明。- OpenCV function calibrated source Detailed and improved .pdf , an article on the opencv camera calibration function used in the descr iption.
  3. 所属分类:OpenCV

    • 发布日期:2017-05-04
    • 文件大小:319448
    • 提供者:莱克
  1. 极限约束

    0下载:
  2. 能实现出来的极限约束,用来计算机视觉中的双目标定的下一步。在MATLAB中进行标定并且读取摄像机参数,然后进行图像处理,再极限约束(A limit that can be achieved)
  3. 所属分类:图形图像处理

    • 发布日期:2017-12-24
    • 文件大小:4096
    • 提供者:丫丫625
  1. LightStripe_Calibration_Reconstruction

    3下载:
  2. 采用线结构光技术对摄像机进行标定、光平面标定和三维重建。Include camera intrinsic calibration, light plane calibration and reconstruction in 3D measurement using light stripe technique.(Include camera intrinsic calibration, light plane calibration and reconstruction in 3D measur
  3. 所属分类:OpenCV

    • 发布日期:2020-01-05
    • 文件大小:36864
    • 提供者:青铜锁丶
« 1 2 3 4 5 67 »
搜珍网 www.dssz.com